home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / AitchuTheAbduction.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-11-10  |  130 b   |  8 lines

  1. on(release){
  2.    _global.fotemps = 0;
  3.    _global.distance = 0;
  4.    gotoAndPlay(46);
  5.    _root.killer();
  6.    _root.score = 0;
  7. }
  8.